C# 클래스 PEAPI.GenericParameter

상속: MetaDataElement
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
name string

공개 메소드들

메소드 설명
AddConstraint ( Type constraint ) : void

비공개 메소드들

메소드 설명
BuildTables ( MetaData md ) : void
GenericParameter ( ClassDef owner, MetaData metadata, short index, string name, GenericParamAttributes attr ) : System
GenericParameter ( MetaDataElement owner, MetaData metadata, short index, string name, GenericParamAttributes attr, bool nadda ) : System
GenericParameter ( MethodDef owner, MetaData metadata, short index, string name, GenericParamAttributes attr ) : System
GetCodedIx ( CIx code ) : uint
Size ( MetaData md ) : uint
SortKey ( ) : uint
SortKey2 ( ) : uint
Write ( PEAPI.FileImage output ) : void

메소드 상세

AddConstraint() 공개 메소드

public AddConstraint ( Type constraint ) : void
constraint Type
리턴 void

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string