C# 클래스 Mosa.Runtime.InternalsForRuntimeHelpers

파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
CreateInstance ( Type type ) : object
Equals ( Object o1, Object o2 ) : bool
GetAssemblies ( ) : IEnumerable
GetHashCode ( void obj ) : int
InitializeArray ( uint array, RuntimeFieldHandle handle ) : void
UnsafeCast ( void o ) : void*

메소드 상세

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( Type type ) : object
type System.Type
리턴 object

Equals() 공개 정적인 메소드

public static Equals ( Object o1, Object o2 ) : bool
o1 Object
o2 Object
리턴 bool

GetAssemblies() 공개 정적인 메소드

public static GetAssemblies ( ) : IEnumerable
리턴 IEnumerable

GetHashCode() 공개 정적인 메소드

public static GetHashCode ( void obj ) : int
obj void
리턴 int

InitializeArray() 공개 정적인 메소드

public static InitializeArray ( uint array, RuntimeFieldHandle handle ) : void
array uint
handle System.RuntimeFieldHandle
리턴 void

UnsafeCast() 공개 정적인 메소드

public static UnsafeCast ( void o ) : void*
o void
리턴 void*