C# 클래스 PEAPI.CustomModifiedType

Descriptor for a custom modifier of a type (modopt or modreq)
상속: Type
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
CustomModifiedType ( Type type, CustomModifier cmod, Class cmodType ) : System

Create a new custom modifier for a type

비공개 메소드들

메소드 설명
TypeSig ( MemoryStream str ) : void

메소드 상세

CustomModifiedType() 공개 메소드

Create a new custom modifier for a type
public CustomModifiedType ( Type type, CustomModifier cmod, Class cmodType ) : System
type Type the type to be modified
cmod CustomModifier the modifier
cmodType Class the type reference to be associated with the type
리턴 System