C# 클래스 Emveepee.Decoding.ClassInfo

파일 보기 프로젝트 열기: mono/emveepee 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AssemblyId uint
Id uint
Name string

공개 메소드들

메소드 설명
ClassInfo ( uint id, uint assembly, string name ) : System

메소드 상세

ClassInfo() 공개 메소드

public ClassInfo ( uint id, uint assembly, string name ) : System
id uint
assembly uint
name string
리턴 System

프로퍼티 상세

AssemblyId 공개적으로 프로퍼티

public uint AssemblyId
리턴 uint

Id 공개적으로 프로퍼티

public uint Id
리턴 uint

Name 공개적으로 프로퍼티

public string Name
리턴 string