C# 클래스 Mono.Cecil.WindowsRuntimeProjections.ProjectionInfo

파일 보기 프로젝트 열기: Unity-Technologies/cecil

공개 프로퍼티들

프로퍼티 타입 설명
Attribute bool
ClrAssembly string
ClrName string
ClrNamespace string
WinRTNamespace string

공개 메소드들

메소드 설명
ProjectionInfo ( string winrt_namespace, string clr_namespace, string clr_name, string clr_assembly, bool attribute = false ) : System

메소드 상세

ProjectionInfo() 공개 메소드

public ProjectionInfo ( string winrt_namespace, string clr_namespace, string clr_name, string clr_assembly, bool attribute = false ) : System
winrt_namespace string
clr_namespace string
clr_name string
clr_assembly string
attribute bool
리턴 System

프로퍼티 상세

Attribute 공개적으로 프로퍼티

public bool Attribute
리턴 bool

ClrAssembly 공개적으로 프로퍼티

public string ClrAssembly
리턴 string

ClrName 공개적으로 프로퍼티

public string ClrName
리턴 string

ClrNamespace 공개적으로 프로퍼티

public string ClrNamespace
리턴 string

WinRTNamespace 공개적으로 프로퍼티

public string WinRTNamespace
리턴 string