C# 클래스 Mono.CSharp.Destructor

상속: MethodOrOperator
파일 보기 프로젝트 열기: praeclarum/runcs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MetadataName string

공개 메소드들

메소드 설명
ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, Mono.CSharp.PredefinedAttributes pa ) : void
Destructor ( DeclSpace parent, Mono.CSharp.Modifiers mod, ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location l ) : System.Xml
Emit ( ) : void
GetSignatureForError ( ) : string

보호된 메소드들

메소드 설명
CheckBase ( ) : bool
ResolveMemberType ( ) : bool

메소드 상세

ApplyAttributeBuilder() 공개 메소드

public ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, Mono.CSharp.PredefinedAttributes pa ) : void
a Attribute
ctor MethodSpec
cdata byte
pa Mono.CSharp.PredefinedAttributes
리턴 void

CheckBase() 보호된 메소드

protected CheckBase ( ) : bool
리턴 bool

Destructor() 공개 메소드

public Destructor ( DeclSpace parent, Mono.CSharp.Modifiers mod, ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location l ) : System.Xml
parent DeclSpace
mod Mono.CSharp.Modifiers
parameters ParametersCompiled
attrs Mono.CSharp.Attributes
l Mono.CSharp.Location
리턴 System.Xml

Emit() 공개 메소드

public Emit ( ) : void
리턴 void

GetSignatureForError() 공개 메소드

public GetSignatureForError ( ) : string
리턴 string

ResolveMemberType() 보호된 메소드

protected ResolveMemberType ( ) : bool
리턴 bool

프로퍼티 상세

MetadataName 공개적으로 정적으로 프로퍼티

public static string MetadataName
리턴 string