C# Class Mono.Cecil.WindowsRuntimeProjections.ProjectionInfo

Mostra file Open project: Unity-Technologies/cecil

Public Properties

Property Type Description
Attribute bool
ClrAssembly string
ClrName string
ClrNamespace string
WinRTNamespace string

Public Methods

Method Description
ProjectionInfo ( string winrt_namespace, string clr_namespace, string clr_name, string clr_assembly, bool attribute = false ) : System

Method Details

ProjectionInfo() public method

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
return System

Property Details

Attribute public_oe property

public bool Attribute
return bool

ClrAssembly public_oe property

public string ClrAssembly
return string

ClrName public_oe property

public string ClrName
return string

ClrNamespace public_oe property

public string ClrNamespace
return string

WinRTNamespace public_oe property

public string WinRTNamespace
return string