C# 클래스 System.Variant

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BoxEnum Object
GetI8FromVar long
GetR4FromVar float
GetR8FromVar double
InitVariant void
MarshalHelperCastVariant void
MarshalHelperConvertObjectToVariant void
MarshalHelperConvertVariantToObject Object
SetFieldsObject void
SetFieldsR4 void
SetFieldsR8 void
Variant System
Variant System

공개 메소드들

메소드 설명
ToObject ( ) : Object
Variant ( System.DateTime val ) : System
Variant ( Decimal val ) : System
Variant ( Object obj ) : System
Variant ( bool val ) : System
Variant ( byte val ) : System
Variant ( char val ) : System
Variant ( double val ) : System
Variant ( float val ) : System
Variant ( int val ) : System
Variant ( long val ) : System
Variant ( sbyte val ) : System
Variant ( short val ) : System
Variant ( uint val ) : System
Variant ( ulong val ) : System
Variant ( ushort val ) : System
Variant ( void voidPointer, Type pointerType ) : System

비공개 메소드들

메소드 설명
BoxEnum ( ) : Object
GetI8FromVar ( ) : long
GetR4FromVar ( ) : float
GetR8FromVar ( ) : double
InitVariant ( ) : void
MarshalHelperCastVariant ( Object pValue, int vt, Variant &v ) : void
MarshalHelperConvertObjectToVariant ( Object o, Variant &v ) : void
MarshalHelperConvertVariantToObject ( Variant &v ) : Object
SetFieldsObject ( Object val ) : void
SetFieldsR4 ( float val ) : void
SetFieldsR8 ( double val ) : void
Variant ( ) : System
Variant ( int flags, Object or, int data1, int data2 ) : System

메소드 상세

ToObject() 공개 메소드

public ToObject ( ) : Object
리턴 Object

Variant() 공개 메소드

public Variant ( System.DateTime val ) : System
val System.DateTime
리턴 System

Variant() 공개 메소드

public Variant ( Decimal val ) : System
val Decimal
리턴 System

Variant() 공개 메소드

public Variant ( Object obj ) : System
obj Object
리턴 System

Variant() 공개 메소드

public Variant ( bool val ) : System
val bool
리턴 System

Variant() 공개 메소드

public Variant ( byte val ) : System
val byte
리턴 System

Variant() 공개 메소드

public Variant ( char val ) : System
val char
리턴 System

Variant() 공개 메소드

public Variant ( double val ) : System
val double
리턴 System

Variant() 공개 메소드

public Variant ( float val ) : System
val float
리턴 System

Variant() 공개 메소드

public Variant ( int val ) : System
val int
리턴 System

Variant() 공개 메소드

public Variant ( long val ) : System
val long
리턴 System

Variant() 공개 메소드

public Variant ( sbyte val ) : System
val sbyte
리턴 System

Variant() 공개 메소드

public Variant ( short val ) : System
val short
리턴 System

Variant() 공개 메소드

public Variant ( uint val ) : System
val uint
리턴 System

Variant() 공개 메소드

public Variant ( ulong val ) : System
val ulong
리턴 System

Variant() 공개 메소드

public Variant ( ushort val ) : System
val ushort
리턴 System

Variant() 공개 메소드

public Variant ( void voidPointer, Type pointerType ) : System
voidPointer void
pointerType Type
리턴 System