C# Class AsmResolver.Net.Cts.Collections.ShallowTypeCollection

Inheritance: MemberCollection
Datei anzeigen Open project: m4mm0n/WinPIT

Public Methods

Method Description
ShallowTypeCollection ( owner, TypeDefinitionTable table ) : System

Protected Methods

Method Description
GetOwner ( item ) : ModuleDefinition
Initialize ( ) : void
SetOwner ( item, owner ) : void

Method Details

GetOwner() protected method

protected GetOwner ( item ) : ModuleDefinition
return ModuleDefinition

Initialize() protected method

protected Initialize ( ) : void
return void

SetOwner() protected method

protected SetOwner ( item, owner ) : void
return void

ShallowTypeCollection() public method

public ShallowTypeCollection ( owner, TypeDefinitionTable table ) : System
table TypeDefinitionTable
return System