프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetAccessor | |||
GetByrefSetter | |||
IsPrimitiveType | bool | ||
ToObject | object | ||
Variant | System |
메소드 | 설명 | |
---|---|---|
Clear ( ) : void |
Release any unmanaged memory associated with the Variant
|
|
SetAsByrefBool ( |
||
SetAsByrefBstr ( |
||
SetAsByrefCy ( System.Int64 &value ) : void | ||
SetAsByrefDate ( Double &value ) : void | ||
SetAsByrefDecimal ( Decimal &value ) : void | ||
SetAsByrefDispatch ( |
||
SetAsByrefError ( |
||
SetAsByrefI1 ( SByte &value ) : void | ||
SetAsByrefI2 ( |
||
SetAsByrefI4 ( |
||
SetAsByrefI8 ( System.Int64 &value ) : void | ||
SetAsByrefInt ( |
||
SetAsByrefR4 ( System.Single &value ) : void | ||
SetAsByrefR8 ( Double &value ) : void | ||
SetAsByrefUi1 ( Byte &value ) : void | ||
SetAsByrefUi2 ( |
||
SetAsByrefUi4 ( |
||
SetAsByrefUi8 ( System.UInt64 &value ) : void | ||
SetAsByrefUint ( |
||
SetAsByrefUnknown ( |
||
SetAsByrefVariant ( Variant &value ) : void | ||
SetAsByrefVariantIndirect ( Variant &value ) : void | ||
SetAsIConvertible ( IConvertible value ) : void | ||
SetAsNull ( ) : void | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
GetAccessor ( VarEnum varType ) : |
||
GetByrefSetter ( VarEnum varType ) : |
||
IsPrimitiveType ( VarEnum varEnum ) : bool |
Primitive types are the basic COM types. It includes valuetypes like ints, but also reference types like BStrs. It does not include composite types like arrays and user-defined COM types (IUnknown/IDispatch).
|
|
ToObject ( ) : object | ||
Variant ( ) : System |
public SetAsByrefDispatch ( |
||
value | ||
리턴 | void |
public SetAsByrefR4 ( System.Single &value ) : void | ||
value | System.Single | |
리턴 | void |
public SetAsByrefUi8 ( System.UInt64 &value ) : void | ||
value | System.UInt64 | |
리턴 | void |
public SetAsByrefUint ( |
||
value | ||
리턴 | void |
public SetAsByrefUnknown ( |
||
value | ||
리턴 | void |
public SetAsByrefVariantIndirect ( Variant &value ) : void | ||
value | Variant | |
리턴 | void |
public SetAsIConvertible ( IConvertible value ) : void | ||
value | IConvertible | |
리턴 | void |