NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComEmulateAttribute Constructor

Initializes a new instance of the ComEmulateAttribute class.

[Visual Basic]
Public Sub New( _
   ByVal val As String _
)
[C#]
public ComEmulateAttribute(
   string val
);
[C++]
public: ComEmulateAttribute(
   String* val
);
[JScript]
public function ComEmulateAttribute(
   val : String
);

Parameters

val
The fully qualified name of the class that the emulator is emulating. The name must include the assembly if the class is in a different assembly.

See Also

ComEmulateAttribute Class | ComEmulateAttribute Members | System.Runtime.InteropServices Namespace