C# Class SDKDocGenerator.AssemblyWrapper

Inheritance: AbstractTypeProvider
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AssemblyWrapper ( string docId ) : System
docId string
Résultat System

GetNamespaces() public méthode

public GetNamespaces ( ) : IEnumerable
Résultat IEnumerable

GetType() public méthode

public GetType ( string name ) : TypeWrapper
name string
Résultat TypeWrapper

GetTypes() public méthode

public GetTypes ( ) : IEnumerable
Résultat IEnumerable

GetTypesForNamespace() public méthode

public GetTypesForNamespace ( string namespaceName ) : IEnumerable
namespaceName string
Résultat IEnumerable

LoadAssembly() public méthode

public LoadAssembly ( string path ) : void
path string
Résultat void

SetSecondaryTypeProvider() public méthode

public SetSecondaryTypeProvider ( AbstractTypeProvider typeProvider ) : void
typeProvider AbstractTypeProvider
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string