다음을 통해 공유


SimpleObjectMemory.SetValue(String, Object) 메서드

정의

값을 지정된 경로로 설정합니다.

public void SetValue(string path, object value);
abstract member SetValue : string * obj -> unit
override this.SetValue : string * obj -> unit
Public Sub SetValue (path As String, value As Object)

매개 변수

path
String

메모리 경로입니다.

value
Object

설정할 값입니다.

구현

적용 대상