C# 클래스 PERWAPI.ResolutionScope

Base class for scopes (extended by Module, ModuleRef, Assembly, AssemblyRef)
상속: MetaDataElement
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
classes System.Collections.ArrayList
name string
nameIx uint
readAsDef bool

공개 메소드들

메소드 설명
Name ( ) : string
RemoveClass ( Class aClass ) : void

Delete a class from this module

RemoveClass ( int ix ) : void

Delete the class at an index in the class array

보호된 메소드들

메소드 설명
GetClass ( string nameSpace, string name, bool both ) : Class

비공개 메소드들

메소드 설명
AddToClassList ( Class aClass ) : void
GetExistingClass ( string nameSpace, string name ) : Class
NameString ( ) : string
ResolutionScope ( string name ) : System

메소드 상세

GetClass() 보호된 메소드

protected GetClass ( string nameSpace, string name, bool both ) : Class
nameSpace string
name string
both bool
리턴 Class

Name() 공개 메소드

public Name ( ) : string
리턴 string

RemoveClass() 공개 메소드

Delete a class from this module
public RemoveClass ( Class aClass ) : void
aClass Class The name of the class to be deleted
리턴 void

RemoveClass() 공개 메소드

Delete the class at an index in the class array
public RemoveClass ( int ix ) : void
ix int The index of the class to be deleted (from 0)
리턴 void

프로퍼티 상세

classes 보호되어 있는 프로퍼티

protected ArrayList,System.Collections classes
리턴 System.Collections.ArrayList

name 보호되어 있는 프로퍼티

protected string name
리턴 string

nameIx 보호되어 있는 프로퍼티

protected uint nameIx
리턴 uint

readAsDef 보호되어 있는 프로퍼티

protected bool readAsDef
리턴 bool