C# 클래스 System.Reflection.Pointer

상속: ISerializable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Box ( void ptr, Type type ) : Object
Unbox ( Object ptr ) : void*

비공개 메소드들

메소드 설명
GetPointerType ( ) : Type
GetPointerValue ( ) : Object
ISerializable ( SerializationInfo info, StreamingContext context ) : void
Pointer ( ) : System
Pointer ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

Box() 공개 정적인 메소드

public static Box ( void ptr, Type type ) : Object
ptr void
type System.Type
리턴 Object

Unbox() 공개 정적인 메소드

public static Unbox ( Object ptr ) : void*
ptr Object
리턴 void*