C# Class ICSharpCode.NRefactory.TypeSystem.Implementation.UnresolvedSecurityDeclarationBlob

ファイルを表示 Open project: 0xd4d/NRefactory Class Usage Examples

Public Methods

Method Description
Resolve ( IAssembly currentAssembly ) : IList
UnresolvedSecurityDeclarationBlob ( int securityAction, byte blob ) : System

Private Methods

Method Description
ReadSecurityBlob ( ICSharpCode.NRefactory.TypeSystem.Implementation.BlobReader reader, IAttribute attributes, ITypeResolveContext context, ICSharpCode.NRefactory.Semantics.ResolveResult securityActionRR ) : void

Method Details

Resolve() public method

public Resolve ( IAssembly currentAssembly ) : IList
currentAssembly IAssembly
return IList

UnresolvedSecurityDeclarationBlob() public method

public UnresolvedSecurityDeclarationBlob ( int securityAction, byte blob ) : System
securityAction int
blob byte
return System