static System.Void
FileGet(System.Int32 FileNumber, System.ValueType& Value, System.Int64 RecordNumber) | TODO |
static System.Void
FileGet(System.Int32 FileNumber, System.Array& Value, System.Int64 RecordNumber, System.Boolean ArrayIsDynamic, System.Boolean StringIsFixedLength) | TODO |
static System.Void
FileGet(System.Int32 FileNumber, System.String& Value, System.Int64 RecordNumber, System.Boolean StringIsFixedLength) | TODO |
static System.Void
FileGetObject(System.Int32 FileNumber, System.Object& Value, System.Int64 RecordNumber) | TODO |
static System.Void
FilePut(System.Int32 FileNumber, System.ValueType Value, System.Int64 RecordNumber) | TODO |
static System.Void
FilePut(System.Int32 FileNumber, System.Array Value, System.Int64 RecordNumber, System.Boolean ArrayIsDynamic, System.Boolean StringIsFixedLength) | TODO |
static System.Void
FilePutObject(System.Int32 FileNumber, System.Object Value, System.Int64 RecordNumber) | TODO |
static System.Void
Input(System.Int32 FileNumber, System.Object& Value) | TODO |
static System.Void
Input(System.Int32 FileNumber, System.Boolean& Value) | TODO |
static System.Void
Input(System.Int32 FileNumber, System.Byte& Value) | TODO |
static System.Void
Input(System.Int32 FileNumber, System.Int16& Value) | TODO |
static System.Void
Input(System.Int32 FileNumber, System.Int32& Value) | TODO |
static System.Void
Input(System.Int32 FileNumber, System.Int64& Value) | TODO |
static System.Void
Input(System.Int32 FileNumber, System.Char& Value) | TODO |
static System.Void
Input(System.Int32 FileNumber, System.Single& Value) | TODO |
static System.Void
Input(System.Int32 FileNumber, System.Double& Value) | TODO |
static System.Void
Input(System.Int32 FileNumber, System.Decimal& Value) | TODO |
static System.Void
Input(System.Int32 FileNumber, System.String& Value) | TODO |
static System.Void
Input(System.Int32 FileNumber, System.DateTime& Value) | TODO |
static System.String
InputString(System.Int32 FileNumber, System.Int32 CharCount) | TODO |
static System.Void
Kill(System.String PathName) | TODO |
static System.String
LineInput(System.Int32 FileNumber) | TODO |
static System.Void
Print(System.Int32 FileNumber, System.Object[] Output) | should have attributes `public static ', but has `public static hidebysig ' instead |