C# Class Mono.Types

ファイルを表示 Open project: shana/moon

Public Methods

Method Description
Find ( Type type ) : Mono.ManagedType
KindToType ( Kind kind ) : Type
TypeToKind ( Type type ) : Kind
TypeToNativeKind ( Type type ) : Kind
Types ( IntPtr raw ) : Mono

Private Methods

Method Description
Ensure ( Type type ) : void
Free ( ) : void
GetContentPropertyName ( Type t ) : string
RegisterType ( Type type, Mono.ManagedType parent, Mono.ManagedType interfaces ) : Mono.ManagedType

Method Details

Find() public method

public Find ( Type type ) : Mono.ManagedType
type System.Type
return Mono.ManagedType

KindToType() public method

public KindToType ( Kind kind ) : Type
kind Kind
return System.Type

TypeToKind() public method

public TypeToKind ( Type type ) : Kind
type System.Type
return Kind

TypeToNativeKind() public method

public TypeToNativeKind ( Type type ) : Kind
type System.Type
return Kind

Types() public method

public Types ( IntPtr raw ) : Mono
raw System.IntPtr
return Mono