C# Class JSIL.AssemblyManifest

ファイルを表示 Open project: sq/JSIL Class Usage Examples

Public Properties

Property Type Description
_syncRoot object

Protected Properties

Property Type Description
AssignedIdentifiers bool
MakeToken Token>.CreatorFunction.ConcurrentCache
Tokens Token>.ConcurrentCache
TranslatedAssemblySizes Dictionary>

Public Methods

Method Description
AssemblyManifest ( ) : System
AssignIdentifiers ( ) : void
Dispose ( ) : void
GetExistingSize ( AssemblyDefinition assembly, string emitterId, long &fileSize ) : bool
GetPrivateToken ( AssemblyDefinition assembly ) : Token
GetPrivateToken ( string assemblyFullName ) : Token
SetAlreadyTranslated ( AssemblyDefinition assembly, string emitterId, long fileSize ) : void

Method Details

AssemblyManifest() public method

public AssemblyManifest ( ) : System
return System

AssignIdentifiers() public method

public AssignIdentifiers ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetExistingSize() public method

public GetExistingSize ( AssemblyDefinition assembly, string emitterId, long &fileSize ) : bool
assembly Mono.Cecil.AssemblyDefinition
emitterId string
fileSize long
return bool

GetPrivateToken() public method

public GetPrivateToken ( AssemblyDefinition assembly ) : Token
assembly Mono.Cecil.AssemblyDefinition
return Token

GetPrivateToken() public method

public GetPrivateToken ( string assemblyFullName ) : Token
assemblyFullName string
return Token

SetAlreadyTranslated() public method

public SetAlreadyTranslated ( AssemblyDefinition assembly, string emitterId, long fileSize ) : void
assembly Mono.Cecil.AssemblyDefinition
emitterId string
fileSize long
return void

Property Details

AssignedIdentifiers protected_oe property

protected bool AssignedIdentifiers
return bool

MakeToken protected_oe property

protected ConcurrentCache.CreatorFunction MakeToken
return Token>.CreatorFunction.ConcurrentCache

Tokens protected_oe property

protected ConcurrentCache Tokens
return Token>.ConcurrentCache

TranslatedAssemblySizes protected_oe property

protected Dictionary> TranslatedAssemblySizes
return Dictionary>

_syncRoot public_oe property

public object _syncRoot
return object