C# 클래스 App1.App1_WindowsPhone_XamlTypeInfo.XamlSystemBaseType

상속: global::Windows.UI.Xaml.Markup.IXamlType
파일 보기 프로젝트 열기: IPGPTP/neon_windows_prototypes

공개 메소드들

메소드 설명
ActivateInstance ( ) : object
AddToMap ( object instance, object key, object item ) : void
AddToVector ( object instance, object item ) : void
CreateFromString ( string input ) : object
GetMember ( string name ) : global::Windows.UI.Xaml.Markup.IXamlMember
RunInitializer ( ) : void
XamlSystemBaseType ( string fullName, global 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 ) : global::Windows.UI.Xaml.Markup.IXamlMember
name string
리턴 global::Windows.UI.Xaml.Markup.IXamlMember

RunInitializer() 공개 메소드

public RunInitializer ( ) : void
리턴 void

XamlSystemBaseType() 공개 메소드

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