SfcRegistration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class SfcRegistration
type SfcRegistration = class
Public NotInheritable Class SfcRegistration
- Inheritance
-
SfcRegistration
Properties
Domains |
A static function to return the current registered domains, currenly it will return a hard coded list for the only known domains: SMO, DC, Acme and DMF |
Methods
CreateObject(String) | |
GetObjectTypeFromFullName(String, Boolean) |
Get a fully qualified .Net type from fully qualified type name If assembly is not registered, exception is thrown. |
GetObjectTypeFromFullName(String) |
Get a fully qualified .Net type from fully qualified type name If assembly is not registered, exception is thrown. |
GetRegisteredDomainForType(String, Boolean) |
Returns the domain name for a specific type |
GetRegisteredDomainForType(String) |
Returns the domain name for a specific type |
GetRegisteredDomainForType(Type) |
Returns the domain Information object for a given type |
TryGetObjectTypeFromFullName(String) |
Get a fully qualified .Net type from fully qualified type name If assembly is not registered, null is returned. |