C# 클래스 Microsoft.Diagnostics.RuntimeExt.ClrPrimitiveValue

상속: System.Dynamic.DynamicObject
파일 보기 프로젝트 열기: goldshtn/msos 1 사용 예제들

공개 메소드들

메소드 설명
ClrPrimitiveValue ( object value, ClrElementType type ) : System
GetElementType ( ) : ClrElementType
GetValue ( ) : object
IsNull ( ) : bool
ToString ( ) : string
TryConvert ( ConvertBinder binder, object &result ) : bool

메소드 상세

ClrPrimitiveValue() 공개 메소드

public ClrPrimitiveValue ( object value, ClrElementType type ) : System
value object
type ClrElementType
리턴 System

GetElementType() 공개 메소드

public GetElementType ( ) : ClrElementType
리턴 ClrElementType

GetValue() 공개 메소드

public GetValue ( ) : object
리턴 object

IsNull() 공개 메소드

public IsNull ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryConvert() 공개 메소드

public TryConvert ( ConvertBinder binder, object &result ) : bool
binder System.Dynamic.ConvertBinder
result object
리턴 bool