C# 클래스 NClass.AssemblyImport.Extensions

파일 보기 프로젝트 열기: gbaychev/NClass

공개 메소드들

메소드 설명
ToNClass ( this accessModifier ) : AccessModifier

Converts the access modifier of the NReflect library into the corresponding NClass access modifier.

ToNClass ( this classModifier ) : ClassModifier

Converts the class modifier of the NReflect library into the corresponding NClass class modifier.

메소드 상세

ToNClass() 공개 정적인 메소드

Converts the access modifier of the NReflect library into the corresponding NClass access modifier.
public static ToNClass ( this accessModifier ) : AccessModifier
accessModifier this The access modifier of the NReflect library to convert.
리턴 AccessModifier

ToNClass() 공개 정적인 메소드

Converts the class modifier of the NReflect library into the corresponding NClass class modifier.
public static ToNClass ( this classModifier ) : ClassModifier
classModifier this The class modifier of the NReflect library to convert.
리턴 ClassModifier