C# 클래스 SQLite.MetroStyle.ValidationApp.XamlTypeInfo.XamlSystemBaseType

상속: IXamlType
파일 보기 프로젝트 열기: mbrit/sqlite-metrostyle 1 사용 예제들

공개 메소드들

메소드 설명
ActivateInstance ( ) : object
AddToMap ( object instance, object key, object item ) : void
AddToVector ( object instance, object item ) : void
CreateFromString ( String input ) : object
GetMember ( string name ) : IXamlMember
RunInitializer ( ) : void
XamlSystemBaseType ( string fullName, Type underlyingType )

메소드 상세

ActivateInstance() 공개 메소드

public ActivateInstance ( ) : object
리턴 object

AddToMap() 공개 메소드

public AddToMap ( object instance, object key, object item ) : void
instance object
key object
item object
리턴 void

AddToVector() 공개 메소드

public AddToVector ( object instance, object item ) : void
instance object
item object
리턴 void

CreateFromString() 공개 메소드

public CreateFromString ( String input ) : object
input String
리턴 object

GetMember() 공개 메소드

public GetMember ( string name ) : IXamlMember
name string
리턴 IXamlMember

RunInitializer() 공개 메소드

public RunInitializer ( ) : void
리턴 void

XamlSystemBaseType() 공개 메소드

public XamlSystemBaseType ( string fullName, Type underlyingType )
fullName string
underlyingType Type