C# Class SDKDocGenerator.AssemblyWrapper

Inheritance: AbstractTypeProvider
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
AssemblyWrapper ( string docId ) : System
GetNamespaces ( ) : IEnumerable
GetType ( string name ) : TypeWrapper
GetTypes ( ) : IEnumerable
GetTypesForNamespace ( string namespaceName ) : IEnumerable
LoadAssembly ( string path ) : void
SetSecondaryTypeProvider ( AbstractTypeProvider typeProvider ) : void
ToString ( ) : string

Method Details

AssemblyWrapper() public method

public AssemblyWrapper ( string docId ) : System
docId string
return System

GetNamespaces() public method

public GetNamespaces ( ) : IEnumerable
return IEnumerable

GetType() public method

public GetType ( string name ) : TypeWrapper
name string
return TypeWrapper

GetTypes() public method

public GetTypes ( ) : IEnumerable
return IEnumerable

GetTypesForNamespace() public method

public GetTypesForNamespace ( string namespaceName ) : IEnumerable
namespaceName string
return IEnumerable

LoadAssembly() public method

public LoadAssembly ( string path ) : void
path string
return void

SetSecondaryTypeProvider() public method

public SetSecondaryTypeProvider ( AbstractTypeProvider typeProvider ) : void
typeProvider AbstractTypeProvider
return void

ToString() public method

public ToString ( ) : string
return string